const runtime._PageSize
11 uses
runtime (current package)
heapdump.go#L474: var freemark [_PageSize / 8]bool
malloc.go#L118: pageSize = _PageSize
malloc.go#L120: _PageSize = 1 << _PageShift
malloc.go#L121: _PageMask = _PageSize - 1
malloc.go#L1583: if align > _PageSize {
mcache.go#L220: if size+_PageSize < size {
mcache.go#L231: deductSweepCredit(npages*_PageSize, npages)
mcentral.go#L83: spanBytes := uintptr(class_to_allocnpages[c.spanclass.sizeclass()]) * _PageSize
mgcsweep.go#L521: trace.GCSweepSpan(s.npages * _PageSize)
mgcsweep.go#L997: if heapDistance < _PageSize {
mgcsweep.go#L999: heapDistance = _PageSize
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |